Document the fact that the newly created object does not come with a
authorMatthias Clasen <maclas@gmx.de>
Sat, 27 Sep 2003 00:42:20 +0000 (00:42 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 27 Sep 2003 00:42:20 +0000 (00:42 +0000)
2003-09-27  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkwindow.c (gtk_window_new):
* gtk/gtkitemfactory.c (gtk_item_factory_new): Document
the fact that the newly created object does not come with
a floating reference.  (#103068, patch by Frederic Lespez)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkitemfactory.c

index ebdff27a0602888b522a4f413f2254a274f5f6e0..c94623e70156599a280f35f197bf61349192a6be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-09-27  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkwindow.c (gtk_window_new):
+       * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
+       the fact that the newly created object does not come with 
+       a floating reference.  (#103068, patch by Frederic Lespez)
+       
        * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
        of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
        since GtkActionGroup uses it.
index ebdff27a0602888b522a4f413f2254a274f5f6e0..c94623e70156599a280f35f197bf61349192a6be 100644 (file)
@@ -1,5 +1,10 @@
 2003-09-27  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkwindow.c (gtk_window_new):
+       * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
+       the fact that the newly created object does not come with 
+       a floating reference.  (#103068, patch by Frederic Lespez)
+       
        * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
        of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
        since GtkActionGroup uses it.
index ebdff27a0602888b522a4f413f2254a274f5f6e0..c94623e70156599a280f35f197bf61349192a6be 100644 (file)
@@ -1,5 +1,10 @@
 2003-09-27  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkwindow.c (gtk_window_new):
+       * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
+       the fact that the newly created object does not come with 
+       a floating reference.  (#103068, patch by Frederic Lespez)
+       
        * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
        of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
        since GtkActionGroup uses it.
index ebdff27a0602888b522a4f413f2254a274f5f6e0..c94623e70156599a280f35f197bf61349192a6be 100644 (file)
@@ -1,5 +1,10 @@
 2003-09-27  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkwindow.c (gtk_window_new):
+       * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
+       the fact that the newly created object does not come with 
+       a floating reference.  (#103068, patch by Frederic Lespez)
+       
        * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
        of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
        since GtkActionGroup uses it.
index ebdff27a0602888b522a4f413f2254a274f5f6e0..c94623e70156599a280f35f197bf61349192a6be 100644 (file)
@@ -1,5 +1,10 @@
 2003-09-27  Matthias Clasen  <maclas@gmx.de>
 
+       * gtk/gtkwindow.c (gtk_window_new):
+       * gtk/gtkitemfactory.c (gtk_item_factory_new): Document 
+       the fact that the newly created object does not come with 
+       a floating reference.  (#103068, patch by Frederic Lespez)
+       
        * gtk/gtkitemfactory.h: Deprecate GtkItemFactory in favor 
        of GtkUIManager. Just leave GtkTranslateFunc undeprecated, 
        since GtkActionGroup uses it.
index f8082f1f73beb94356947d3d734baa41910f9485..6e79c5e33ffaa5dd9434c5a31bfbef2435ee21b9 100644 (file)
@@ -200,6 +200,8 @@ gtk_item_factory_init (GtkItemFactory           *ifactory)
  * @returns: a new #GtkItemFactory
  * 
  * Creates a new #GtkItemFactory.
+ *
+ * Beware that the returned object does not have a floating reference.
  */
 GtkItemFactory*
 gtk_item_factory_new (GType         container_type,